home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / AUTRD109.ARJ / README.BAT < prev    next >
DOS Batch File  |  1990-07-25  |  871b  |  15 lines

  1. @ECHO OFF
  2. echo ┌─────────────────────────────────────────────────────────────────────────┐
  3. echo │                                                                         │
  4. echo │                          AUTOREAD                                       │
  5. echo │                                                                         │
  6. echo │  This batch file will automatically start up AUTOREAD in order to       │
  7. echo │  read the AUTOREAD manual.                                              │
  8. echo │                                                                         │
  9. echo │  If you don't wish to do this at this time, press Control-C.            │
  10. echo │                                                                         │
  11. echo └─────────────────────────────────────────────────────────────────────────┘
  12. echo 
  13. pause
  14. autoread manual.doc -L1
  15.